[@AppDataDir | path to current user's Application Data]
@AppDataDir
;
[@AutoItVersion | Version number of AutoIt such as 3.0.81.0]
@AutoItVersion
;
[@CommonFilesDir | path to Common Files folder]
@CommonFilesDir
;
[@Compiled | Returns 1 if script is a compiled executable; otherwise, returns 0.]
@Compiled
;
[@ComputerName | Computer's network name.]
@ComputerName
;
[@ComSpec | value of %comspec%, the SPECified secondary COMmand interpreter;<br>primarly for command line uses, e.g. <i>Run(@ComSpec & " /k help | more")</i>]
@ComSpec
;
[@CR | Carriage return, Chr(13); sometimes used for line breaks.]
@CR
;
[@CRLF | = @CR & @LF ;occasionally used for line breaks.]
@CRLF
;
[@DesktopCommonDir | path to Desktop]
@DesktopCommonDir
;
[@DesktopDir | path to current user's Desktop]
@DesktopDir
;
[@DesktopHeight | Height of screen in pixels. (horizontal resolution)]
@DesktopHeight
;
[@DesktopWidth | Width of screen in pixels. (vertical resolution)]
@DesktopWidth
;
[@DocumentsCommonDir | path to Documents]
@DocumentsCommonDir
;
[@error | Status of the error flag. See the SetError function.]
@error
;
[@FavoritesCommonDir | path to Favorites]
@FavoritesCommonDir
;
[@FavoritesDir | path to current user's Favorites]
@FavoritesDir
;
[@HomeDrive | drive letter of drive containing current user's home directory]
@HomeDrive
;
[@HomePath | directory part of current user's home directory; use in conjunction with @HomeDrive to get the full path]
@HomePath
;
[@HomeShare | server and share name containing current user's home directory]
@HomeShare
;
[@HOUR | Hours value of clock in 24-hour format. Range is 00 to 23]
@HOUR
;
[@IPAddress1 | IP address of first network adapter. Tends to return 127.0.0.1 on some computers.<br>]
@IPAddress1
;
[@IPAddress2 | IP address of second network adapter. Returns 0.0.0.0 if not applicable.]
@IPAddress2
;
[@IPAddress3 | IP address of third network adapter. Returns 0.0.0.0 if not applicable.]
@IPAddress3
;
[@IPAddress4 | IP address of fourth network adapter. Returns 0.0.0.0 if not applicable.]
@IPAddress4
;
[@LF | Line feed, Chr(10); typically used for line breaks.]
@LF
;
[@LogonDNSDomain | Logon Domain Name Server Domain]
@LogonDNSDomain
;
[@LogonDomain | equivalent to %LOGONDOMAIN% environment variable]
@LogonDomain
;
[@LogonServer | equivalent to %LOGONSERVER% environment variable]
@LogonServer
;
[@MDAY | Current day of month. Range is 01 to 31]
@MDAY
;
[@MIN | Minutes value of clock. Range is 00 to 59]
@MIN
;
[@MON | Current month. Range is 01 to 12]
@MON
;
[@MyDocumentsDir | path to My Documents target]
@MyDocumentsDir
;
[@OSBuild | Returns the OS build number. For example, Windows 2003 Server returns 3790]
@OSBuild
;
[@OSLang | Returns code denoting OS Language. See <a href="appendix/OSLangCodes.htm">Appendix</a> for possible values.]
@OSLang
;
[@OSServicePack | Service pack info in the form of "Service Pack 3" or, for Windows 95, it may return "B"]
@OSServicePack
;
[@OSTYPE | Returns "WIN32_NT" for NT/2000/XP and returns "WIN32_WINDOWS" for 95/98/Me]
@OSTYPE
;
[@OSVersion | Returns one of the following: WIN_XP, WIN_2000, WIN_NT4, WIN_ME, WIN_98, WIN_95]
@OSVersion
;
[@ProgramFilesDir | path to Program Files folder]
@ProgramFilesDir
;
[@ProgramsCommonDir | path to Start Menu's Programs folder]
@ProgramsCommonDir
;
[@ProgramsDir | path to current user's Programs (folder on Start Menu)]
@ProgramsDir
;
[@ScriptDir | Directory containing the running script. (Result does not contain a trailing backslash)]
@ScriptDir
;
[@ScriptFullPath | Equivalent to @ScriptDir & "\" & @ScriptName]
@ScriptFullPath
;
[@ScriptName | Long filename of the running script.]
@ScriptName
;
[@SEC | Seconds value of clock. Range is 00 to 59]
@SEC
;
[@StartMenuCommonDir | path to Start Menu folder]
@StartMenuCommonDir
;
[@StartMenuDir | path to current user's Start Menu]
@StartMenuDir
;
[@StartupCommonDir | path to Startup folder]
@StartupCommonDir
;
[@StartupDir | current user's Startup folder]
@StartupDir
;
[@SW_HIDE | Hide window.]
@SW_HIDE
;
[@SW_MAXIMIZE | Maximize window.]
@SW_MAXIMIZE
;
[@SW_MINIMIZE | Minimize window.]
@SW_MINIMIZE
;
[@SW_RESTORE | Undoes a window minimization or maximization]
@SW_RESTORE
;
[@SW_SHOW | Shows a previously hidden window.]
@SW_SHOW
;
[@SystemDir | path to Windows' System (or System32) folder]
@SystemDir
;
[@TAB | Tab character, Chr(9)]
@TAB
;
[@TempDir | Path to the temporary files folder.]
@TempDir
;
[@UserProfileDir | path to current user's Profile folder]
@UserProfileDir
;
[@UserName | ID of the currently logged on user.]
@UserName
;
[@WDAY | Numeric day of week. Range is 1 to 7 which corresponds to Sunday through Saturday.]
@WDAY
;
[@WindowsDir | path to Windows folder]
@WindowsDir
;
[@WorkingDir | Current/active working directory. (Result does not contain a trailing backslash)]
@WorkingDir
;
[@YDAY | Current day of year. Range is 1 to 366 (or 365 if not a leap year)]